home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / CW MacMindy 1.4 / Examples / QD3D-Viewer / Toolbox-Library Sources / Toolbox-Library.dyl next >
Encoding:
Text File  |  1995-11-17  |  272 b   |  19 lines  |  [TEXT/CWIE]

  1. module:    dylan-user
  2.  
  3. /*
  4.     Toolbox-Library.dyl
  5.     
  6.     The library definition for Toolbox interfaces.
  7.     
  8.     by Patrick C. Beard.
  9.  */
  10.  
  11. define library Toolbox
  12.     // libraries this library depends on.
  13.     use Dylan;
  14.     
  15.     // modules the library exports.
  16.     export
  17.         Toolbox;
  18. end library Toolbox;
  19.